{
	padding: 0;
	margin: 0;
	box-sizzing: border-box;
	font-family: century
}	

body{
	background-color:#ffd6ea;
	background-size: cover;
	background-position:center
}


ul{
	list-style: none;
	float:right;
	display:flex;
	margin-top:20px;
}
ul li a {
	text-decoration:none;
	color:rgb(0,0,0);
	padding:10px 20px;
	text-transform:uppercase;
	border: 2px solid;
	margin:10px;
	font-weight:500;
	transition:0.6s ease;
}

ul li a:hover{
	background:#feb7d7);
	color:rgb(0,0,0);
}

ul li.active a{
	background:#feb7d7;
	color:rgb(0,0,0);
}

.principale{
	max-width:114rem;
	margin:0 auto;
}


.titre h1{
	color:rgb(0,0,0);
	font-size:60px;
	text-align:center;
	background-color: #fef8e0; 
	position:relative;
	top:80px;
}
.interligne{
	line-height:95px;
	font-size:20px;
}

img{
	width:380px;
	height:500px;
	position:relative;
	left:130px;
	border:6px solid #feb7d7;
	border-radius:25px;
	float:left;
	margin-right:140px;
	background-color:#ffd6ea;
	
}
h3{
	margin-top:150px;
}